-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for stringSearch
to Table Widget
#902
Conversation
Pull Request Test Coverage Report for Build 10844153295Details
💛 - Coveralls |
Visit the preview URL for this PR (updated for commit b175bc3): https://cartodb-fb-storybook-react-dev--pr902-feature-434955-t-wqoz17tl.web.app (expires Fri, 20 Sep 2024 06:31:04 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 517cc4d31d7e09cf277774e034094b67c301cd4c |
@@ -46,6 +49,9 @@ function TableWidget({ | |||
height, | |||
stableHeight, | |||
dense, | |||
searchText, | |||
searchColumn, | |||
search, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it needed? It seems unused.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unused, and removed 🤦
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, one minor comment
Description
Shortcut: (434955)
Type of change